3 subject="""comment 4"""
4 date="2020-04-23T20:13:39Z"
6 `git annex find --want-get --not --in here` should simulate get --auto/sync well
8 `git annex find --want-drop --in here` will simulate what drop --auto/sync would
11 What would be nice to have is a way to simulate `copy --auto --to foo`
12 and `drop --auto --from foo` which are of course also things sync does.
13 That could be something like:
15 git annex find --want-get-by remote --not --in remote
16 git annex find --want-drop-by remote --in remote